| Functions Summary | |
|---|---|
| void | cot_backtrace(bool clear_screen) Prints program execution backtrace. |
| void | Dumps current state of global variables into debug log file and continues normal script execution. |
| void | Accepts several variables and prints their values in debug mode (var dump). |
| void | cot_vardump(bool clear_screen) Prints structure and contents of all global variables currently assigned. |
| void | Dumps current state of its arguments to debug log file and continues normal script execution. |
public void cot_backtrace(bool clear_screen)
public void cot_checkpoint()
public void cot_print()
public void cot_vardump(bool clear_screen)
public void cot_watch()